gtkselectioninputstream-x11: Do not add unreffed bytes to the chunks queue
authorMarco Trevisan (Treviño) <mail@3v1n0.net>
Tue, 30 May 2023 15:43:57 +0000 (17:43 +0200)
committerMarco Trevisan (Treviño) <mail@3v1n0.net>
Tue, 30 May 2023 15:43:57 +0000 (17:43 +0200)
commitbce1e0bfddd960a39d8041a19ab5085ca6f980be
tree41d0e6fda4d268be82756a3ff63f8bd6780aa9dd
parent468d2cb7f22b790cae22e5110bc232085ebf1661
gtkselectioninputstream-x11: Do not add unreffed bytes to the chunks queue

This should never happen, but we may exit the loop because of count value
with an unreffed bytes pointer being added back to the chunks queue.
gdk/x11/gdkselectioninputstream-x11.c